ComponentOne FlexReport for WPF
ReportOwnedCollection<TItem> Class
Members 

C1.WPF.FlexReport.4 Assembly > C1.WPF.FlexReport Namespace : ReportOwnedCollection<TItem> Class
The type of the collection items.
Represents a C1.WPF.Document.OwnedCollection<TItem> that notifies C1FlexReport about changes.
Object Model
ReportOwnedCollection<TItem> Class
Syntax
'Declaration
 
Public MustInherit Class ReportOwnedCollection(Of TItem As {IOwnedObject, ICloneableObject}) 
   Inherits C1.WPF.Document.OwnedCollection(Of TItem)
public abstract class ReportOwnedCollection<TItem> : C1.WPF.Document.OwnedCollection<TItem> 
where TItem: IOwnedObject, ICloneableObject
Type Parameters
TItem
The type of the collection items.
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
            C1.WPF.FlexReport.ReportOwnedCollection<TItem>
               C1.WPF.FlexReport.ReportLabeledValues
               C1.WPF.FlexReport.SortDefinitionCollection

See Also

Reference

ReportOwnedCollection<TItem> Members
C1.WPF.FlexReport Namespace